home *** CD-ROM | disk | FTP | other *** search
- 60
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- ExitWindows
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Descri
- --- RECORDSEPARATOR ---
- ption:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baExitWindows exits or restarts Windows.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baExitWindows( Option )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- Option is the type of exit. Can be:
- --- RECORDSEPARATOR ---
- "reboot"
- --- RECORDSEPARATOR ---
- reboots the system
- --- RECORDSEPARATOR ---
- "restart"
- --- RECORDSEPARATOR ---
- restarts Windows
- --- RECORDSEPARATOR ---
- "logoff"
- --- RECORDSEPARATOR ---
- logs off Windows
- --- RECORDSEPARATOR ---
- "shutdown"
- --- RECORDSEPARATOR ---
- shuts down the system
- --- RECORDSEPARATOR ---
- "poweroff"
- --- RECORDSEPARATOR ---
- powers down the system
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- baExitWindows( "reboot" )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- baExitWindows( "reboot" )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Not all versions of Windows support all the restarting options. If a particular
- --- RECORDSEPARATOR ---
- function is not available, then another mode will be substituted according to the
- --- RECORDSEPARATOR ---
- following table.
- --- RECORDSEPARATOR ---
- The system security settings may prohibit some of these options from operating.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows 95/98/ME
- --- RECORDSEPARATOR ---
- Windows NT/2000/XP
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- "reboot"
- --- RECORDSEPARATOR ---
- reboot
- --- RECORDSEPARATOR ---
- reboot
- --- RECORDSEPARATOR ---
- "restart"
- --- RECORDSEPARATOR ---
- restart
- --- RECORDSEPARATOR ---
- reboot
- --- RECORDSEPARATOR ---
- "shutdown"
- --- RECORDSEPARATOR ---
- shutdown
- --- RECORDSEPARATOR ---
- shutdown
- --- RECORDSEPARATOR ---
- "logoff"
- --- RECORDSEPARATOR ---
- logoff
- --- RECORDSEPARATOR ---
- logoff
- --- RECORDSEPARATOR ---
- "poweroff"
- --- RECORDSEPARATOR ---
- poweroff
- --- RECORDSEPARATOR ---
- poweroff